翻訳と辞書
Words near each other
・ Euphorbus
・ Euphoria
・ Euphoria (American band)
・ Euphoria (Australian band)
・ Euphoria (beetle)
・ Euphoria (Canadian band)
・ Euphoria (compilations)
・ Euphoria (Dead Man album)
・ Euphoria (Def Leppard album)
・ Euphoria (disambiguation)
・ Euphoria (Enrique Iglesias album)
・ Euphoria (film)
・ Euphoria (Indian band)
・ Euphoria (Leftover Salmon album)
・ Euphoria (Loreen song)
Euphoria (programming language)
・ Euphoria (software)
・ Euphoria (Usher song)
・ Euphoria (Vinnie Vincent album)
・ Euphoria Audio
・ Euphoria Audio (album)
・ Euphoria herbacea
・ Euphoria Morning
・ Euphoria sepulcralis
・ Euphoria Show Choir
・ Euphoria Tour
・ Euphoria Tour (Enrique Iglesias)
・ Euphoria, Confusion, Anger, Remorse
・ Euphoric
・ Euphoric (album)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Euphoria (programming language) : ウィキペディア英語版
Euphoria (programming language)

Euphoria is a programming language originally created by Robert Craig of Rapid Deployment Software〔 in Toronto. Initially developed (though not publicly released) on the Atari ST,〔 the first commercial release〔 was for the 16-bit MS-DOS platform and was proprietary. In 2006 (with the release of version 3),〔 Euphoria became open source and the openEuphoria Group〔 continues to administer and develop the project. In December 2010, the openEuphoria Group released version 4〔 of openEuphoria along with a new identity and mascot for the project. OpenEuphoria is currently available for Microsoft Windows, Linux, OS X and three flavors of
*BSD
.
Euphoria is a general-purpose high-level imperative/procedural interpreted language. A translator generates C source code and the GCC and Open Watcom compilers are supported. Alternatively, Euphoria programs may be bound〔 with the interpreter to create stand-alone executables. A number of GUI libraries are supported including Win32lib〔 and wrappers for wxWidgets,〔 GTK+〔 and IUP.〔 Euphoria has a simple built-in database〔 and wrappers for a variety of other databases.〔
==Overview==
The Euphoria language is a general purpose procedural language that focuses on simplicity, legibility, rapid development and performance.
: Simplicity
:: - The language uses just four built-in data types ''(see below)''
:: - Automatic garbage collection is implemented.
: Legibility
:: - The syntax favors simple English keywords over the use of punctuation to delineate constructs.
: Rapid Development
:: - Euphoria is interpreted to encourage prototyping and incremental development.
: Performance
:: - Euphoria incorporates an efficient reference-counting garbage collector that correctly handles cyclic references.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Euphoria (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.